home *** CD-ROM | disk | FTP | other *** search
/ Gamecube Preview CD ROM / 04 - Gamecube Preview CD-ROM.iso / pc / site / gamecube.swf / scripts / DefineButton2_46 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2001-09-17  |  284 b   |  12 lines

  1. on(press){
  2.    if(_root.browser == "iewin")
  3.    {
  4.       getUrl("javascript:void openFullChromeWindow(\'http://www.nintendogamecube.com\', \'external\')", "");
  5.    }
  6.    else
  7.    {
  8.       getUrl("popper.html?url=http://www.nintendogamecube.com", "pop");
  9.    }
  10.    _parent.play();
  11. }
  12.